Html Css Color HEX #BBC42F Fuego

📋 copy color: '#BBC42F'

red 187 ◦ green 196 ◦ blue 47

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

Shades of Fuego #BBC42F

Tints of Fuego #BBC42F

RGB

 RED value IS 187 (73.44% from 255) = 43.49%

 GREEN value IS 196 (76.95% from 255) = 45.58%

 BLUE value IS 47 (18.75% from 255) = 10.93%

R = 43.49%
G = 45.58%
B = 10.93%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#BBC42F (or 0xBBC42F) is known color: Fuego. HEX triplet: BB, C4 and 2F. RGB value is (187,196,47). Sum of RGB (Red+Green+Blue) = 187+196+47=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 196 (76.95% from 255 or 45.58% from 430); Blue value is 47 (18.75% from 255 or 10.93% from 430); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC42F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC42F is #443BD0. Grayscale: #B0B0B0. Windows color (decimal): -4471761 or 3130555. OLE color: 3130555.

HSL color Cylindrical-coordinate representation of color #BBC42F: hue angle of 63.62º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BBC42F is Cyan = 0.05, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB 187 196 47 -
CMYK 0.05 0 0.76 0.23
HSL 63.62º 0.61% 0.48% -
HSV(B) 63.62º 0.76% 0.77% -
XYZ 40.75 50.25 10.24 -
YUV 176.32 55.02 135.62 -
System Red Green Blue C M Y K H S L
Decimal 187 196 47 0.05 0 0.76 0.23 63.62 0.61 0.48
Hex BB C4 2F 5 0 4C 17 40 3D 30
Octal 273 304 57 5 0 114 27 100 75 60
Binary 10111011 11000100 101111 101 0 1001100 10111 1000000 111101 110000

Color Harmonies of #BBC42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC42F

Black with #BBC42F

Text Example


Text Example

White with #BBC42F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC42F; }

 p { color: rgb(187,196,47); }

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

background-color css

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

 a { background-color: rgb(187,196,47); }

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

border-color css

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

 span { border-color: rgb(187,196,47); }

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