Html Css Color HEX #B5CB3A Fuego

📋 copy color: '#B5CB3A'

red 181 ◦ green 203 ◦ blue 58

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

Shades of Fuego #B5CB3A

Tints of Fuego #B5CB3A

RGB

 RED value IS 181 (71.09% from 255) = 40.95%

 GREEN value IS 203 (79.69% from 255) = 45.93%

 BLUE value IS 58 (23.05% from 255) = 13.12%

R = 40.95%
G = 45.93%
B = 13.12%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#B5CB3A (or 0xB5CB3A) is known color: Fuego. HEX triplet: B5, CB and 3A. RGB value is (181,203,58). Sum of RGB (Red+Green+Blue) = 181+203+58=442 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.95% from 442); Green value is 203 (79.69% from 255 or 45.93% from 442); Blue value is 58 (23.05% from 255 or 13.12% from 442); Max value from RGB is 203 - color contains mainly: green. Hex color #B5CB3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5CB3A is #4A34C5. Grayscale: #B4B4B4. Windows color (decimal): -4863174 or 3853237. OLE color: 3853237.

HSL color Cylindrical-coordinate representation of color #B5CB3A: hue angle of 69.1º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B5CB3A is Cyan = 0.11, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB 181 203 58 -
CMYK 0.11 0 0.71 0.20
HSL 69.1º 0.58% 0.51% -
HSV(B) 69.1º 0.71% 0.8% -
XYZ 41.18 52.84 12.03 -
YUV 179.89 59.21 128.79 -
System Red Green Blue C M Y K H S L
Decimal 181 203 58 0.11 0 0.71 0.20 69.1 0.58 0.51
Hex B5 CB 3A B 0 47 14 45 3A 33
Octal 265 313 72 13 0 107 24 105 72 63
Binary 10110101 11001011 111010 1011 0 1000111 10100 1000101 111010 110011

Color Harmonies of #B5CB3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CB3A

Black with #B5CB3A

Text Example


Text Example

White with #B5CB3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CB3A; }

 p { color: rgb(181,203,58); }

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

background-color css

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

 a { background-color: rgb(181,203,58); }

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

border-color css

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

 span { border-color: rgb(181,203,58); }

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