Html Css Color HEX #B5CA41 Celery

📋 copy color: '#B5CA41'

red 181 ◦ green 202 ◦ blue 65

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

Shades of Celery #B5CA41

Tints of Celery #B5CA41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.51%

R = 40.4%
G = 45.09%
B = 14.51%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#B5CA41 (or 0xB5CA41) is known color: Celery. HEX triplet: B5, CA and 41. RGB value is (181,202,65). Sum of RGB (Red+Green+Blue) = 181+202+65=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 202 (79.30% from 255 or 45.09% from 448); Blue value is 65 (25.78% from 255 or 14.51% from 448); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CA41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5CA41 is #4A35BE. Grayscale: #B4B4B4. Windows color (decimal): -4863423 or 4311733. OLE color: 4311733.

HSL color Cylindrical-coordinate representation of color #B5CA41: hue angle of 69.2º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B5CA41 is Cyan = 0.10, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 181 202 65 -
CMYK 0.10 0 0.68 0.21
HSL 69.2º 0.56% 0.52% -
HSV(B) 69.2º 0.68% 0.79% -
XYZ 41.13 52.45 12.96 -
YUV 180.1 63.04 128.64 -
System Red Green Blue C M Y K H S L
Decimal 181 202 65 0.10 0 0.68 0.21 69.2 0.56 0.52
Hex B5 CA 41 A 0 44 15 45 38 34
Octal 265 312 101 12 0 104 25 105 70 64
Binary 10110101 11001010 1000001 1010 0 1000100 10101 1000101 111000 110100

Color Harmonies of #B5CA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CA41

Black with #B5CA41

Text Example


Text Example

White with #B5CA41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CA41; }

 p { color: rgb(181,202,65); }

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

background-color css

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

 a { background-color: rgb(181,202,65); }

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

border-color css

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

 span { border-color: rgb(181,202,65); }

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