Html Css Color HEX #BDC93C Fuego

📋 copy color: '#BDC93C'

red 189 ◦ green 201 ◦ blue 60

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

Shades of Fuego #BDC93C

Tints of Fuego #BDC93C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.33%

R = 42%
G = 44.67%
B = 13.33%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#BDC93C (or 0xBDC93C) is known color: Fuego. HEX triplet: BD, C9 and 3C. RGB value is (189,201,60). Sum of RGB (Red+Green+Blue) = 189+201+60=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 201 (78.91% from 255 or 44.67% from 450); Blue value is 60 (23.83% from 255 or 13.33% from 450); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC93C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC93C is #4236C3. Grayscale: #B5B5B5. Windows color (decimal): -4339396 or 3983805. OLE color: 3983805.

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

Color convert

RGB 189 201 60 -
CMYK 0.06 0 0.70 0.21
HSL 65.11º 0.57% 0.51% -
HSV(B) 65.11º 0.7% 0.79% -
XYZ 42.69 52.92 12.24 -
YUV 181.34 59.52 133.46 -
System Red Green Blue C M Y K H S L
Decimal 189 201 60 0.06 0 0.70 0.21 65.11 0.57 0.51
Hex BD C9 3C 6 0 46 15 41 39 33
Octal 275 311 74 6 0 106 25 101 71 63
Binary 10111101 11001001 111100 110 0 1000110 10101 1000001 111001 110011

Color Harmonies of #BDC93C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC93C

Black with #BDC93C

Text Example


Text Example

White with #BDC93C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC93C; }

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

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

background-color css

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

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

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

border-color css

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

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

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