Html Css Color HEX #B2CA35 Fuego

📋 copy color: '#B2CA35'

red 178 ◦ green 202 ◦ blue 53

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

Shades of Fuego #B2CA35

Tints of Fuego #B2CA35

RGB

 RED value IS 178 (69.92% from 255) = 41.11%

 GREEN value IS 202 (79.3% from 255) = 46.65%

 BLUE value IS 53 (21.09% from 255) = 12.24%

R = 41.11%
G = 46.65%
B = 12.24%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#B2CA35 (or 0xB2CA35) is known color: Fuego. HEX triplet: B2, CA and 35. RGB value is (178,202,53). Sum of RGB (Red+Green+Blue) = 178+202+53=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 202 (79.30% from 255 or 46.65% from 433); Blue value is 53 (21.09% from 255 or 12.24% from 433); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CA35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CA35 is #4D35CA. Grayscale: #B2B2B2. Windows color (decimal): -5060043 or 3525298. OLE color: 3525298.

HSL color Cylindrical-coordinate representation of color #B2CA35: hue angle of 69.66º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B2CA35 is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB 178 202 53 -
CMYK 0.12 0 0.74 0.21
HSL 69.66º 0.58% 0.5% -
HSV(B) 69.66º 0.74% 0.79% -
XYZ 40.12 51.96 11.28 -
YUV 177.84 57.55 128.12 -
System Red Green Blue C M Y K H S L
Decimal 178 202 53 0.12 0 0.74 0.21 69.66 0.58 0.5
Hex B2 CA 35 C 0 4A 15 46 3A 32
Octal 262 312 65 14 0 112 25 106 72 62
Binary 10110010 11001010 110101 1100 0 1001010 10101 1000110 111010 110010

Color Harmonies of #B2CA35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CA35

Black with #B2CA35

Text Example


Text Example

White with #B2CA35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CA35; }

 p { color: rgb(178,202,53); }

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

background-color css

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

 a { background-color: rgb(178,202,53); }

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

border-color css

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

 span { border-color: rgb(178,202,53); }

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