Html Css Color HEX #CBD916 Barberry

📋 copy color: '#CBD916'

red 203 ◦ green 217 ◦ blue 22

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

Shades of Barberry #CBD916

Tints of Barberry #CBD916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.98%

R = 45.93%
G = 49.1%
B = 4.98%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#CBD916 (or 0xCBD916) is known color: Barberry. HEX triplet: CB, D9 and 16. RGB value is (203,217,22). Sum of RGB (Red+Green+Blue) = 203+217+22=442 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.93% from 442); Green value is 217 (85.16% from 255 or 49.10% from 442); Blue value is 22 (8.98% from 255 or 4.98% from 442); Max value from RGB is 217 - color contains mainly: green. Hex color #CBD916 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBD916 is #3426E9. Grayscale: #BFBFBF. Windows color (decimal): -3417834 or 1497547. OLE color: 1497547.

HSL color Cylindrical-coordinate representation of color #CBD916: hue angle of 64.31º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CBD916 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 203 217 22 -
CMYK 0.06 0 0.90 0.15
HSL 64.31º 0.82% 0.47% -
HSV(B) 64.31º 0.9% 0.85% -
XYZ 49.59 62.38 10.19 -
YUV 190.58 32.86 136.86 -
System Red Green Blue C M Y K H S L
Decimal 203 217 22 0.06 0 0.90 0.15 64.31 0.82 0.47
Hex CB D9 16 6 0 5A F 40 52 2F
Octal 313 331 26 6 0 132 17 100 122 57
Binary 11001011 11011001 10110 110 0 1011010 1111 1000000 1010010 101111

Color Harmonies of #CBD916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD916

Black with #CBD916

Text Example


Text Example

White with #CBD916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD916; }

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

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

background-color css

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

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

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

border-color css

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

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

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