Html Css Color HEX #BBC834 Fuego

📋 copy color: '#BBC834'

red 187 ◦ green 200 ◦ blue 52

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

Shades of Fuego #BBC834

Tints of Fuego #BBC834

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.56%

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

R = 42.6%
G = 45.56%
B = 11.85%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#BBC834 (or 0xBBC834) is known color: Fuego. HEX triplet: BB, C8 and 34. RGB value is (187,200,52). Sum of RGB (Red+Green+Blue) = 187+200+52=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 200 (78.52% from 255 or 45.56% from 439); Blue value is 52 (20.70% from 255 or 11.85% from 439); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC834 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC834 is #4437CB. Grayscale: #B3B3B3. Windows color (decimal): -4470732 or 3459259. OLE color: 3459259.

HSL color Cylindrical-coordinate representation of color #BBC834: hue angle of 65.27º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BBC834 is Cyan = 0.06, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 200 52 -
CMYK 0.06 0 0.74 0.22
HSL 65.27º 0.59% 0.49% -
HSV(B) 65.27º 0.74% 0.78% -
XYZ 41.77 52.12 11.11 -
YUV 179.24 56.19 133.53 -
System Red Green Blue C M Y K H S L
Decimal 187 200 52 0.06 0 0.74 0.22 65.27 0.59 0.49
Hex BB C8 34 6 0 4A 16 41 3B 31
Octal 273 310 64 6 0 112 26 101 73 61
Binary 10111011 11001000 110100 110 0 1001010 10110 1000001 111011 110001

Color Harmonies of #BBC834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC834

Black with #BBC834

Text Example


Text Example

White with #BBC834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC834; }

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

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

background-color css

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

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

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

border-color css

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

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

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