Html Css Color HEX #BBD223 Fuego

📋 copy color: '#BBD223'

red 187 ◦ green 210 ◦ blue 35

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

Shades of Fuego #BBD223

Tints of Fuego #BBD223

RGB

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

 GREEN value IS 210 (82.42% from 255) = 48.61%

 BLUE value IS 35 (14.06% from 255) = 8.1%

R = 43.29%
G = 48.61%
B = 8.1%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#BBD223 (or 0xBBD223) is known color: Fuego. HEX triplet: BB, D2 and 23. RGB value is (187,210,35). Sum of RGB (Red+Green+Blue) = 187+210+35=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 210 (82.42% from 255 or 48.61% from 432); Blue value is 35 (14.06% from 255 or 8.10% from 432); Max value from RGB is 210 - color contains mainly: green. Hex color #BBD223 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD223 is #442DDC. Grayscale: #B7B7B7. Windows color (decimal): -4468189 or 2347707. OLE color: 2347707.

HSL color Cylindrical-coordinate representation of color #BBD223: hue angle of 67.89º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BBD223 is Cyan = 0.11, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 210 35 -
CMYK 0.11 0 0.83 0.18
HSL 67.89º 0.71% 0.48% -
HSV(B) 67.89º 0.83% 0.82% -
XYZ 43.84 56.78 10.24 -
YUV 183.17 44.38 130.73 -
System Red Green Blue C M Y K H S L
Decimal 187 210 35 0.11 0 0.83 0.18 67.89 0.71 0.48
Hex BB D2 23 B 0 53 12 44 47 30
Octal 273 322 43 13 0 123 22 104 107 60
Binary 10111011 11010010 100011 1011 0 1010011 10010 1000100 1000111 110000

Color Harmonies of #BBD223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD223

Black with #BBD223

Text Example


Text Example

White with #BBD223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD223; }

 p { color: rgb(187,210,35); }

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

background-color css

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

 a { background-color: rgb(187,210,35); }

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

border-color css

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

 span { border-color: rgb(187,210,35); }

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