Html Css Color HEX #BBCC3A Fuego

📋 copy color: '#BBCC3A'

red 187 ◦ green 204 ◦ blue 58

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

Shades of Fuego #BBCC3A

Tints of Fuego #BBCC3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 12.92%

R = 41.65%
G = 45.43%
B = 12.92%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#BBCC3A (or 0xBBCC3A) is known color: Fuego. HEX triplet: BB, CC and 3A. RGB value is (187,204,58). Sum of RGB (Red+Green+Blue) = 187+204+58=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 204 (80.08% from 255 or 45.43% from 449); Blue value is 58 (23.05% from 255 or 12.92% from 449); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCC3A is #4433C5. Grayscale: #B6B6B6. Windows color (decimal): -4469702 or 3853499. OLE color: 3853499.

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

Color convert

RGB 187 204 58 -
CMYK 0.08 0 0.72 0.2
HSL 66.99º 0.59% 0.51% -
HSV(B) 66.99º 0.72% 0.8% -
XYZ 42.85 54.06 12.18 -
YUV 182.27 57.87 131.37 -
System Red Green Blue C M Y K H S L
Decimal 187 204 58 0.08 0 0.72 0.2 66.99 0.59 0.51
Hex BB CC 3A 8 0 48 14 43 3B 33
Octal 273 314 72 10 0 110 24 103 73 63
Binary 10111011 11001100 111010 1000 0 1001000 10100 1000011 111011 110011

Color Harmonies of #BBCC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCC3A

Black with #BBCC3A

Text Example


Text Example

White with #BBCC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCC3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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