Html Css Color HEX #BBCA32 Fuego

📋 copy color: '#BBCA32'

red 187 ◦ green 202 ◦ blue 50

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

Shades of Fuego #BBCA32

Tints of Fuego #BBCA32

RGB

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

 GREEN value IS 202 (79.3% from 255) = 46.01%

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

R = 42.6%
G = 46.01%
B = 11.39%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#BBCA32 (or 0xBBCA32) is known color: Fuego. HEX triplet: BB, CA and 32. RGB value is (187,202,50). Sum of RGB (Red+Green+Blue) = 187+202+50=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 202 (79.30% from 255 or 46.01% from 439); Blue value is 50 (19.92% from 255 or 11.39% from 439); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCA32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCA32 is #4435CD. Grayscale: #B4B4B4. Windows color (decimal): -4470222 or 3328699. OLE color: 3328699.

HSL color Cylindrical-coordinate representation of color #BBCA32: hue angle of 65.92º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BBCA32 is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 202 50 -
CMYK 0.07 0 0.75 0.21
HSL 65.92º 0.6% 0.49% -
HSV(B) 65.92º 0.75% 0.79% -
XYZ 42.19 53.04 11.03 -
YUV 180.19 54.53 132.86 -
System Red Green Blue C M Y K H S L
Decimal 187 202 50 0.07 0 0.75 0.21 65.92 0.6 0.49
Hex BB CA 32 7 0 4B 15 42 3C 31
Octal 273 312 62 7 0 113 25 102 74 61
Binary 10111011 11001010 110010 111 0 1001011 10101 1000010 111100 110001

Color Harmonies of #BBCA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCA32

Black with #BBCA32

Text Example


Text Example

White with #BBCA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCA32; }

 p { color: rgb(187,202,50); }

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

background-color css

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

 a { background-color: rgb(187,202,50); }

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

border-color css

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

 span { border-color: rgb(187,202,50); }

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