Html Css Color HEX #B5CB38 Fuego

📋 copy color: '#B5CB38'

red 181 ◦ green 203 ◦ blue 56

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

Shades of Fuego #B5CB38

Tints of Fuego #B5CB38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 12.73%

R = 41.14%
G = 46.14%
B = 12.73%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#B5CB38 (or 0xB5CB38) is known color: Fuego. HEX triplet: B5, CB and 38. RGB value is (181,203,56). Sum of RGB (Red+Green+Blue) = 181+203+56=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 203 (79.69% from 255 or 46.14% from 440); Blue value is 56 (22.27% from 255 or 12.73% from 440); Max value from RGB is 203 - color contains mainly: green. Hex color #B5CB38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5CB38 is #4A34C7. Grayscale: #B4B4B4. Windows color (decimal): -4863176 or 3722165. OLE color: 3722165.

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

Color convert

RGB 181 203 56 -
CMYK 0.11 0 0.72 0.20
HSL 68.98º 0.59% 0.51% -
HSV(B) 68.98º 0.72% 0.8% -
XYZ 41.13 52.82 11.77 -
YUV 179.66 58.21 128.95 -
System Red Green Blue C M Y K H S L
Decimal 181 203 56 0.11 0 0.72 0.20 68.98 0.59 0.51
Hex B5 CB 38 B 0 48 14 45 3B 33
Octal 265 313 70 13 0 110 24 105 73 63
Binary 10110101 11001011 111000 1011 0 1001000 10100 1000101 111011 110011

Color Harmonies of #B5CB38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CB38

Black with #B5CB38

Text Example


Text Example

White with #B5CB38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CB38; }

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

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

background-color css

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

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

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

border-color css

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

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

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