Html Css Color HEX #BBC52D Fuego

📋 copy color: '#BBC52D'

red 187 ◦ green 197 ◦ blue 45

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

Shades of Fuego #BBC52D

Tints of Fuego #BBC52D

RGB

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

 GREEN value IS 197 (77.34% from 255) = 45.92%

 BLUE value IS 45 (17.97% from 255) = 10.49%

R = 43.59%
G = 45.92%
B = 10.49%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#BBC52D (or 0xBBC52D) is known color: Fuego. HEX triplet: BB, C5 and 2D. RGB value is (187,197,45). Sum of RGB (Red+Green+Blue) = 187+197+45=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 197 (77.34% from 255 or 45.92% from 429); Blue value is 45 (17.97% from 255 or 10.49% from 429); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC52D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC52D is #443AD2. Grayscale: #B1B1B1. Windows color (decimal): -4471507 or 2999739. OLE color: 2999739.

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

Color convert

RGB 187 197 45 -
CMYK 0.05 0 0.77 0.23
HSL 63.95º 0.63% 0.47% -
HSV(B) 63.95º 0.77% 0.77% -
XYZ 40.93 50.69 10.11 -
YUV 176.68 53.69 135.36 -
System Red Green Blue C M Y K H S L
Decimal 187 197 45 0.05 0 0.77 0.23 63.95 0.63 0.47
Hex BB C5 2D 5 0 4D 17 40 3F 2F
Octal 273 305 55 5 0 115 27 100 77 57
Binary 10111011 11000101 101101 101 0 1001101 10111 1000000 111111 101111

Color Harmonies of #BBC52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC52D

Black with #BBC52D

Text Example


Text Example

White with #BBC52D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC52D; }

 p { color: rgb(187,197,45); }

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

background-color css

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

 a { background-color: rgb(187,197,45); }

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

border-color css

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

 span { border-color: rgb(187,197,45); }

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