Html Css Color HEX #BDC93B Fuego

📋 copy color: '#BDC93B'

red 189 ◦ green 201 ◦ blue 59

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

Shades of Fuego #BDC93B

Tints of Fuego #BDC93B

RGB

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

 GREEN value IS 201 (78.91% from 255) = 44.77%

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

R = 42.09%
G = 44.77%
B = 13.14%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#BDC93B (or 0xBDC93B) is known color: Fuego. HEX triplet: BD, C9 and 3B. RGB value is (189,201,59). Sum of RGB (Red+Green+Blue) = 189+201+59=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 201 (78.91% from 255 or 44.77% from 449); Blue value is 59 (23.44% from 255 or 13.14% from 449); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC93B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC93B is #4236C4. Grayscale: #B5B5B5. Windows color (decimal): -4339397 or 3918269. OLE color: 3918269.

HSL color Cylindrical-coordinate representation of color #BDC93B: hue angle of 65.07º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BDC93B is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 201 59 -
CMYK 0.06 0 0.71 0.21
HSL 65.07º 0.57% 0.51% -
HSV(B) 65.07º 0.71% 0.79% -
XYZ 42.66 52.91 12.1 -
YUV 181.22 59.02 133.55 -
System Red Green Blue C M Y K H S L
Decimal 189 201 59 0.06 0 0.71 0.21 65.07 0.57 0.51
Hex BD C9 3B 6 0 47 15 41 39 33
Octal 275 311 73 6 0 107 25 101 71 63
Binary 10111101 11001001 111011 110 0 1000111 10101 1000001 111001 110011

Color Harmonies of #BDC93B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC93B

Black with #BDC93B

Text Example


Text Example

White with #BDC93B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC93B; }

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

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

background-color css

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

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

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

border-color css

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

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

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