Html Css Color HEX #B4CF4D Celery

📋 copy color: '#B4CF4D'

red 180 ◦ green 207 ◦ blue 77

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

Shades of Celery #B4CF4D

Tints of Celery #B4CF4D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 44.61%

 BLUE value IS 77 (30.47% from 255) = 16.59%

R = 38.79%
G = 44.61%
B = 16.59%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#B4CF4D (or 0xB4CF4D) is known color: Celery. HEX triplet: B4, CF and 4D. RGB value is (180,207,77). Sum of RGB (Red+Green+Blue) = 180+207+77=464 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.79% from 464); Green value is 207 (81.25% from 255 or 44.61% from 464); Blue value is 77 (30.47% from 255 or 16.59% from 464); Max value from RGB is 207 - color contains mainly: green. Hex color #B4CF4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4CF4D is #4B30B2. Grayscale: #B8B8B8. Windows color (decimal): -4927667 or 5099444. OLE color: 5099444.

HSL color Cylindrical-coordinate representation of color #B4CF4D: hue angle of 72.46º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B4CF4D is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 207 77 -
CMYK 0.13 0 0.63 0.19
HSL 72.46º 0.58% 0.56% -
HSV(B) 72.46º 0.63% 0.81% -
XYZ 42.47 54.86 15.37 -
YUV 184.11 67.55 125.07 -
System Red Green Blue C M Y K H S L
Decimal 180 207 77 0.13 0 0.63 0.19 72.46 0.58 0.56
Hex B4 CF 4D D 0 3F 13 48 3A 38
Octal 264 317 115 15 0 77 23 110 72 70
Binary 10110100 11001111 1001101 1101 0 111111 10011 1001000 111010 111000

Color Harmonies of #B4CF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CF4D

Black with #B4CF4D

Text Example


Text Example

White with #B4CF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CF4D; }

 p { color: rgb(180,207,77); }

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

background-color css

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

 a { background-color: rgb(180,207,77); }

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

border-color css

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

 span { border-color: rgb(180,207,77); }

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