Html Css Color HEX #CBD92D Bitter Lemon

📋 copy color: '#CBD92D'

red 203 ◦ green 217 ◦ blue 45

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

Shades of Bitter Lemon #CBD92D

Tints of Bitter Lemon #CBD92D

RGB

 RED value IS 203 (79.69% from 255) = 43.66%

 GREEN value IS 217 (85.16% from 255) = 46.67%

 BLUE value IS 45 (17.97% from 255) = 9.68%

R = 43.66%
G = 46.67%
B = 9.68%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#CBD92D (or 0xCBD92D) is known color: Bitter Lemon. HEX triplet: CB, D9 and 2D. RGB value is (203,217,45). Sum of RGB (Red+Green+Blue) = 203+217+45=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 217 (85.16% from 255 or 46.67% from 465); Blue value is 45 (17.97% from 255 or 9.68% from 465); Max value from RGB is 217 - color contains mainly: green. Hex color #CBD92D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBD92D is #3426D2. Grayscale: #C1C1C1. Windows color (decimal): -3417811 or 3004875. OLE color: 3004875.

HSL color Cylindrical-coordinate representation of color #CBD92D: hue angle of 64.88º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CBD92D is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB 203 217 45 -
CMYK 0.06 0 0.79 0.15
HSL 64.88º 0.69% 0.51% -
HSV(B) 64.88º 0.79% 0.85% -
XYZ 49.92 62.51 11.92 -
YUV 193.21 44.36 134.99 -
System Red Green Blue C M Y K H S L
Decimal 203 217 45 0.06 0 0.79 0.15 64.88 0.69 0.51
Hex CB D9 2D 6 0 4F F 41 45 33
Octal 313 331 55 6 0 117 17 101 105 63
Binary 11001011 11011001 101101 110 0 1001111 1111 1000001 1000101 110011

Color Harmonies of #CBD92D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD92D

Black with #CBD92D

Text Example


Text Example

White with #CBD92D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD92D; }

 p { color: rgb(203,217,45); }

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

background-color css

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

 a { background-color: rgb(203,217,45); }

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

border-color css

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

 span { border-color: rgb(203,217,45); }

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