Html Css Color HEX #BCCF32 Fuego

📋 copy color: '#BCCF32'

red 188 ◦ green 207 ◦ blue 50

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

Shades of Fuego #BCCF32

Tints of Fuego #BCCF32

RGB

 RED value IS 188 (73.83% from 255) = 42.25%

 GREEN value IS 207 (81.25% from 255) = 46.52%

 BLUE value IS 50 (19.92% from 255) = 11.24%

R = 42.25%
G = 46.52%
B = 11.24%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#BCCF32 (or 0xBCCF32) is known color: Fuego. HEX triplet: BC, CF and 32. RGB value is (188,207,50). Sum of RGB (Red+Green+Blue) = 188+207+50=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 207 (81.25% from 255 or 46.52% from 445); Blue value is 50 (19.92% from 255 or 11.24% from 445); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCF32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCF32 is #4330CD. Grayscale: #B8B8B8. Windows color (decimal): -4403406 or 3329980. OLE color: 3329980.

HSL color Cylindrical-coordinate representation of color #BCCF32: hue angle of 67.26º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BCCF32 is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 207 50 -
CMYK 0.09 0 0.76 0.19
HSL 67.26º 0.62% 0.5% -
HSV(B) 67.26º 0.76% 0.81% -
XYZ 43.63 55.55 11.44 -
YUV 183.42 52.71 131.27 -
System Red Green Blue C M Y K H S L
Decimal 188 207 50 0.09 0 0.76 0.19 67.26 0.62 0.5
Hex BC CF 32 9 0 4C 13 43 3E 32
Octal 274 317 62 11 0 114 23 103 76 62
Binary 10111100 11001111 110010 1001 0 1001100 10011 1000011 111110 110010

Color Harmonies of #BCCF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCF32

Black with #BCCF32

Text Example


Text Example

White with #BCCF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCF32; }

 p { color: rgb(188,207,50); }

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

background-color css

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

 a { background-color: rgb(188,207,50); }

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

border-color css

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

 span { border-color: rgb(188,207,50); }

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