Html Css Color HEX #BBD334 Fuego

📋 copy color: '#BBD334'

red 187 ◦ green 211 ◦ blue 52

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

Shades of Fuego #BBD334

Tints of Fuego #BBD334

RGB

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

 GREEN value IS 211 (82.81% from 255) = 46.89%

 BLUE value IS 52 (20.7% from 255) = 11.56%

R = 41.56%
G = 46.89%
B = 11.56%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#BBD334 (or 0xBBD334) is known color: Fuego. HEX triplet: BB, D3 and 34. RGB value is (187,211,52). Sum of RGB (Red+Green+Blue) = 187+211+52=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 211 (82.81% from 255 or 46.89% from 450); Blue value is 52 (20.70% from 255 or 11.56% from 450); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD334 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD334 is #442CCB. Grayscale: #BABABA. Windows color (decimal): -4467916 or 3462075. OLE color: 3462075.

HSL color Cylindrical-coordinate representation of color #BBD334: hue angle of 69.06º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BBD334 is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB 187 211 52 -
CMYK 0.11 0 0.75 0.17
HSL 69.06º 0.64% 0.52% -
HSV(B) 69.06º 0.75% 0.83% -
XYZ 44.41 57.4 11.99 -
YUV 185.7 52.55 128.93 -
System Red Green Blue C M Y K H S L
Decimal 187 211 52 0.11 0 0.75 0.17 69.06 0.64 0.52
Hex BB D3 34 B 0 4B 11 45 40 34
Octal 273 323 64 13 0 113 21 105 100 64
Binary 10111011 11010011 110100 1011 0 1001011 10001 1000101 1000000 110100

Color Harmonies of #BBD334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD334

Black with #BBD334

Text Example


Text Example

White with #BBD334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD334; }

 p { color: rgb(187,211,52); }

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

background-color css

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

 a { background-color: rgb(187,211,52); }

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

border-color css

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

 span { border-color: rgb(187,211,52); }

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