Html Css Color HEX #BCCB27 Fuego

📋 copy color: '#BCCB27'

red 188 ◦ green 203 ◦ blue 39

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

Shades of Fuego #BCCB27

Tints of Fuego #BCCB27

RGB

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

 GREEN value IS 203 (79.69% from 255) = 47.21%

 BLUE value IS 39 (15.63% from 255) = 9.07%

R = 43.72%
G = 47.21%
B = 9.07%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#BCCB27 (or 0xBCCB27) is known color: Fuego. HEX triplet: BC, CB and 27. RGB value is (188,203,39). Sum of RGB (Red+Green+Blue) = 188+203+39=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 203 (79.69% from 255 or 47.21% from 430); Blue value is 39 (15.62% from 255 or 9.07% from 430); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCB27 is #4334D8. Grayscale: #B4B4B4. Windows color (decimal): -4404441 or 2608060. OLE color: 2608060.

HSL color Cylindrical-coordinate representation of color #BCCB27: hue angle of 65.49º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BCCB27 is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 203 39 -
CMYK 0.07 0 0.81 0.20
HSL 65.49º 0.68% 0.47% -
HSV(B) 65.49º 0.81% 0.8% -
XYZ 42.46 53.55 10.02 -
YUV 179.82 48.53 133.84 -
System Red Green Blue C M Y K H S L
Decimal 188 203 39 0.07 0 0.81 0.20 65.49 0.68 0.47
Hex BC CB 27 7 0 51 14 41 44 2F
Octal 274 313 47 7 0 121 24 101 104 57
Binary 10111100 11001011 100111 111 0 1010001 10100 1000001 1000100 101111

Color Harmonies of #BCCB27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCB27

Black with #BCCB27

Text Example


Text Example

White with #BCCB27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCB27; }

 p { color: rgb(188,203,39); }

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

background-color css

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

 a { background-color: rgb(188,203,39); }

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

border-color css

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

 span { border-color: rgb(188,203,39); }

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