Html Css Color HEX #BDD230 Fuego

📋 copy color: '#BDD230'

red 189 ◦ green 210 ◦ blue 48

#BDD230
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuego #BDD230

Tints of Fuego #BDD230

RGB

 RED value IS 189 (74.22% from 255) = 42.28%

 GREEN value IS 210 (82.42% from 255) = 46.98%

 BLUE value IS 48 (19.14% from 255) = 10.74%

R = 42.28%
G = 46.98%
B = 10.74%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.77

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BDD230 (or 0xBDD230) is known color: Fuego. HEX triplet: BD, D2 and 30. RGB value is (189,210,48). Sum of RGB (Red+Green+Blue) = 189+210+48=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 210 (82.42% from 255 or 46.98% from 447); Blue value is 48 (19.14% from 255 or 10.74% from 447); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD230 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD230 is #422DCF. Grayscale: #B9B9B9. Windows color (decimal): -4337104 or 3199677. OLE color: 3199677.

HSL color Cylindrical-coordinate representation of color #BDD230: hue angle of 67.78º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BDD230 is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 210 48 -
CMYK 0.10 0 0.77 0.18
HSL 67.78º 0.64% 0.51% -
HSV(B) 67.78º 0.77% 0.82% -
XYZ 44.57 57.13 11.47 -
YUV 185.25 50.54 130.67 -
System Red Green Blue C M Y K H S L
Decimal 189 210 48 0.10 0 0.77 0.18 67.78 0.64 0.51
Hex BD D2 30 A 0 4D 12 44 40 33
Octal 275 322 60 12 0 115 22 104 100 63
Binary 10111101 11010010 110000 1010 0 1001101 10010 1000100 1000000 110011

Color Harmonies of #BDD230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD230

Black with #BDD230

Text Example


Text Example

White with #BDD230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD230; }

 p { color: rgb(189,210,48); }

 H1.HeaderClassName
 {
   color: #BDD230;
 }
 .AnyTagClassName
 {
   color: #BDD230;
 }
</style>

background-color css

<style>
 a { background-color: #BDD230; }

 a { background-color: rgb(189,210,48); }

 div.DivClassName
 {
   background-color: #BDD230;
 }
 .BgClassName
 {
   background-color: #BDD230;
 }
</style>

border-color css

<style>
 span { border-color: #BDD230; }

 span { border-color: rgb(189,210,48); }

 td.TdClassName
 {
   border-color: #BDD230;
 }
 .TagClassName
 {
   border-color: #BDD230;
 }
</style>