Html Css Color HEX #BBCC3B Fuego

📋 copy color: '#BBCC3B'

red 187 ◦ green 204 ◦ blue 59

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

Shades of Fuego #BBCC3B

Tints of Fuego #BBCC3B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.33%

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

R = 41.56%
G = 45.33%
B = 13.11%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.71

 K value IS 0.2

RGB Variations

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

Color information

#BBCC3B (or 0xBBCC3B) is known color: Fuego. HEX triplet: BB, CC and 3B. RGB value is (187,204,59). Sum of RGB (Red+Green+Blue) = 187+204+59=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 204 (80.08% from 255 or 45.33% from 450); Blue value is 59 (23.44% from 255 or 13.11% from 450); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCC3B is #4433C4. Grayscale: #B6B6B6. Windows color (decimal): -4469701 or 3919035. OLE color: 3919035.

HSL color Cylindrical-coordinate representation of color #BBCC3B: hue angle of 67.03º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BBCC3B is Cyan = 0.08, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.2.

Color convert

RGB 187 204 59 -
CMYK 0.08 0 0.71 0.2
HSL 67.03º 0.59% 0.52% -
HSV(B) 67.03º 0.71% 0.8% -
XYZ 42.88 54.07 12.31 -
YUV 182.39 58.37 131.29 -
System Red Green Blue C M Y K H S L
Decimal 187 204 59 0.08 0 0.71 0.2 67.03 0.59 0.52
Hex BB CC 3B 8 0 47 14 43 3B 34
Octal 273 314 73 10 0 107 24 103 73 64
Binary 10111011 11001100 111011 1000 0 1000111 10100 1000011 111011 110100

Color Harmonies of #BBCC3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCC3B

Black with #BBCC3B

Text Example


Text Example

White with #BBCC3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCC3B; }

 p { color: rgb(187,204,59); }

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

background-color css

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

 a { background-color: rgb(187,204,59); }

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

border-color css

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

 span { border-color: rgb(187,204,59); }

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