Html Css Color HEX #B4CA3D Celery

📋 copy color: '#B4CA3D'

red 180 ◦ green 202 ◦ blue 61

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

Shades of Celery #B4CA3D

Tints of Celery #B4CA3D

RGB

 RED value IS 180 (70.7% from 255) = 40.63%

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

 BLUE value IS 61 (24.22% from 255) = 13.77%

R = 40.63%
G = 45.6%
B = 13.77%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#B4CA3D (or 0xB4CA3D) is known color: Celery. HEX triplet: B4, CA and 3D. RGB value is (180,202,61). Sum of RGB (Red+Green+Blue) = 180+202+61=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 202 (79.30% from 255 or 45.60% from 443); Blue value is 61 (24.22% from 255 or 13.77% from 443); Max value from RGB is 202 - color contains mainly: green. Hex color #B4CA3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4CA3D is #4B35C2. Grayscale: #B3B3B3. Windows color (decimal): -4928963 or 4049588. OLE color: 4049588.

HSL color Cylindrical-coordinate representation of color #B4CA3D: hue angle of 69.36º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B4CA3D is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 180 202 61 -
CMYK 0.11 0 0.70 0.21
HSL 69.36º 0.57% 0.52% -
HSV(B) 69.36º 0.7% 0.79% -
XYZ 40.79 52.28 12.36 -
YUV 179.35 61.21 128.46 -
System Red Green Blue C M Y K H S L
Decimal 180 202 61 0.11 0 0.70 0.21 69.36 0.57 0.52
Hex B4 CA 3D B 0 46 15 45 39 34
Octal 264 312 75 13 0 106 25 105 71 64
Binary 10110100 11001010 111101 1011 0 1000110 10101 1000101 111001 110100

Color Harmonies of #B4CA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CA3D

Black with #B4CA3D

Text Example


Text Example

White with #B4CA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CA3D; }

 p { color: rgb(180,202,61); }

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

background-color css

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

 a { background-color: rgb(180,202,61); }

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

border-color css

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

 span { border-color: rgb(180,202,61); }

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