Html Css Color HEX #BDC83B Fuego

📋 copy color: '#BDC83B'

red 189 ◦ green 200 ◦ blue 59

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

Shades of Fuego #BDC83B

Tints of Fuego #BDC83B

RGB

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

 GREEN value IS 200 (78.52% from 255) = 44.64%

 BLUE value IS 59 (23.44% from 255) = 13.17%

R = 42.19%
G = 44.64%
B = 13.17%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#BDC83B (or 0xBDC83B) is known color: Fuego. HEX triplet: BD, C8 and 3B. RGB value is (189,200,59). Sum of RGB (Red+Green+Blue) = 189+200+59=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 200 (78.52% from 255 or 44.64% from 448); Blue value is 59 (23.44% from 255 or 13.17% from 448); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC83B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC83B is #4237C4. Grayscale: #B5B5B5. Windows color (decimal): -4339653 or 3918013. OLE color: 3918013.

HSL color Cylindrical-coordinate representation of color #BDC83B: hue angle of 64.68º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BDC83B is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 200 59 -
CMYK 0.06 0 0.70 0.22
HSL 64.68º 0.56% 0.51% -
HSV(B) 64.68º 0.71% 0.78% -
XYZ 42.43 52.44 12.02 -
YUV 180.64 59.36 133.96 -
System Red Green Blue C M Y K H S L
Decimal 189 200 59 0.06 0 0.70 0.22 64.68 0.56 0.51
Hex BD C8 3B 6 0 46 16 41 38 33
Octal 275 310 73 6 0 106 26 101 70 63
Binary 10111101 11001000 111011 110 0 1000110 10110 1000001 111000 110011

Color Harmonies of #BDC83B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC83B

Black with #BDC83B

Text Example


Text Example

White with #BDC83B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC83B; }

 p { color: rgb(189,200,59); }

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

background-color css

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

 a { background-color: rgb(189,200,59); }

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

border-color css

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

 span { border-color: rgb(189,200,59); }

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