Html Css Color HEX #B0C834 Fuego

📋 copy color: '#B0C834'

red 176 ◦ green 200 ◦ blue 52

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

Shades of Fuego #B0C834

Tints of Fuego #B0C834

RGB

 RED value IS 176 (69.14% from 255) = 41.12%

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

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

R = 41.12%
G = 46.73%
B = 12.15%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#B0C834 (or 0xB0C834) is known color: Fuego. HEX triplet: B0, C8 and 34. RGB value is (176,200,52). Sum of RGB (Red+Green+Blue) = 176+200+52=428 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.12% from 428); Green value is 200 (78.52% from 255 or 46.73% from 428); Blue value is 52 (20.70% from 255 or 12.15% from 428); Max value from RGB is 200 - color contains mainly: green. Hex color #B0C834 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C834 is #4F37CB. Grayscale: #B0B0B0. Windows color (decimal): -5191628 or 3459248. OLE color: 3459248.

HSL color Cylindrical-coordinate representation of color #B0C834: hue angle of 69.73º 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 #B0C834 is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 176 200 52 -
CMYK 0.12 0 0.74 0.22
HSL 69.73º 0.59% 0.49% -
HSV(B) 69.73º 0.74% 0.78% -
XYZ 39.18 50.79 10.99 -
YUV 175.95 58.05 128.03 -
System Red Green Blue C M Y K H S L
Decimal 176 200 52 0.12 0 0.74 0.22 69.73 0.59 0.49
Hex B0 C8 34 C 0 4A 16 46 3B 31
Octal 260 310 64 14 0 112 26 106 73 61
Binary 10110000 11001000 110100 1100 0 1001010 10110 1000110 111011 110001

Color Harmonies of #B0C834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C834

Black with #B0C834

Text Example


Text Example

White with #B0C834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C834; }

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

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

background-color css

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

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

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

border-color css

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

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

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