Html Css Color HEX #CBCA1E Barberry

📋 copy color: '#CBCA1E'

red 203 ◦ green 202 ◦ blue 30

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

Shades of Barberry #CBCA1E

Tints of Barberry #CBCA1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.9%

R = 46.67%
G = 46.44%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#CBCA1E (or 0xCBCA1E) is known color: Barberry. HEX triplet: CB, CA and 1E. RGB value is (203,202,30). Sum of RGB (Red+Green+Blue) = 203+202+30=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 202 (79.30% from 255 or 46.44% from 435); Blue value is 30 (12.11% from 255 or 6.90% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CBCA1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBCA1E is #3435E1. Grayscale: #B7B7B7. Windows color (decimal): -3421666 or 2017995. OLE color: 2017995.

HSL color Cylindrical-coordinate representation of color #CBCA1E: hue angle of 59.65º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CBCA1E is Cyan = 0, Magento = 0.00, Yellow = 0.85 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 202 30 -
CMYK 0 0.00 0.85 0.20
HSL 59.65º 0.74% 0.46% -
HSV(B) 59.65º 0.85% 0.8% -
XYZ 45.98 55.03 9.43 -
YUV 182.69 41.83 142.49 -
System Red Green Blue C M Y K H S L
Decimal 203 202 30 0 0.00 0.85 0.20 59.65 0.74 0.46
Hex CB CA 1E 0 0 55 14 3C 4A 2E
Octal 313 312 36 0 0 125 24 74 112 56
Binary 11001011 11001010 11110 0 0 1010101 10100 111100 1001010 101110

Color Harmonies of #CBCA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBCA1E

Black with #CBCA1E

Text Example


Text Example

White with #CBCA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBCA1E; }

 p { color: rgb(203,202,30); }

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

background-color css

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

 a { background-color: rgb(203,202,30); }

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

border-color css

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

 span { border-color: rgb(203,202,30); }

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