Html Css Color HEX #BBD035 Fuego

📋 copy color: '#BBD035'

red 187 ◦ green 208 ◦ blue 53

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

Shades of Fuego #BBD035

Tints of Fuego #BBD035

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.43%

 BLUE value IS 53 (21.09% from 255) = 11.83%

R = 41.74%
G = 46.43%
B = 11.83%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#BBD035 (or 0xBBD035) is known color: Fuego. HEX triplet: BB, D0 and 35. RGB value is (187,208,53). Sum of RGB (Red+Green+Blue) = 187+208+53=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 208 (81.64% from 255 or 46.43% from 448); Blue value is 53 (21.09% from 255 or 11.83% from 448); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD035 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD035 is #442FCA. Grayscale: #B8B8B8. Windows color (decimal): -4468683 or 3526843. OLE color: 3526843.

HSL color Cylindrical-coordinate representation of color #BBD035: hue angle of 68.13º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BBD035 is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 208 53 -
CMYK 0.10 0 0.75 0.18
HSL 68.13º 0.62% 0.51% -
HSV(B) 68.13º 0.75% 0.82% -
XYZ 43.69 55.93 11.86 -
YUV 184.05 54.04 130.1 -
System Red Green Blue C M Y K H S L
Decimal 187 208 53 0.10 0 0.75 0.18 68.13 0.62 0.51
Hex BB D0 35 A 0 4B 12 44 3E 33
Octal 273 320 65 12 0 113 22 104 76 63
Binary 10111011 11010000 110101 1010 0 1001011 10010 1000100 111110 110011

Color Harmonies of #BBD035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD035

Black with #BBD035

Text Example


Text Example

White with #BBD035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD035; }

 p { color: rgb(187,208,53); }

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

background-color css

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

 a { background-color: rgb(187,208,53); }

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

border-color css

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

 span { border-color: rgb(187,208,53); }

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